-
-
Notifications
You must be signed in to change notification settings - Fork 496
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implemented MVVM on update_profile_page_view.dart #759
Implemented MVVM on update_profile_page_view.dart #759
Conversation
… into update-profile-page-MVVM
… into update-profile-page-MVVM
@dellyjm Please review this |
@rutvik11062000 linter check is failing, resolve conflicts on PR. |
… into update-profile-page-MVVM
@Dev-Dominic please take a look |
@rutvik11062000 please resolve the conflicts |
… into update-profile-page-MVVM
… into update-profile-page-MVVM
… into update-profile-page-MVVM
Done sir. |
@rutvik11062000 |
… into update-profile-page-MVVM
@rutvik11062000 The Travis integration is failing. |
Yes sir, I just fixed it. |
What kind of change does this PR introduce?
Structurally added Model-View-ViewModel layers in "Update Profile" page.
Did you add tests for your changes?
Yes, Updated the update profile page test.
If relevant, did you update the documentation?
Summary
For ease of testing and separation of different layers to make a logical data flow and error handling.
Does this PR introduce a breaking change?
No.
Other information
There was an exception of
updateUserProfile" on type mutation
even before these PR changes.Once develop and master branch merges this error will be not there and user can update their profiles.
Resolves: #758